@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border:none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* html5 */
article,aside,dialog,footer,header,section,nav,figure,menu{display:block}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #222; font-size: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #222; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl{float: left;}
.fr{float: right;}


.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

/*文本框提示文字颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.box,.w1300,.width_1300{ max-width:1300px; margin:0 auto;}

/* -- 内页布局 -- */
.ny_main { margin: 0 auto; max-width: 1300px;}  /*版面宽度*/
.ny_content{ max-width:1000px; float:right;width: 100%;} /*右边宽度*/
.ny_left{ max-width:270px; float:left;width: 100%;} /*左边宽度*/
.dis,.hide{ display:none;}

.line_clamp_1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line_clamp_2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





html{
    font-size: 14px;
}
body{
    overflow: hidden;
}

.section {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.menu{
    position: fixed;
    right: 5%;
    top: 45%;
    width: 15px;
    text-align: center;
}
.menu li a{
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
    display: inline-block;
    
}
.menu li.active a{
    background: #28166e;
    width: 15px;
    height: 15px;
}


.banner .img, .imgbox{
    height: 100vh;
}
.swiper-pagination-bullet{
    font-size: 0px;
    background: #fff !important;
}
.swiper-pagination-bullet-active{
    background: #28166e !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px !important;
}


.top{
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 95%;
    padding: 10px 2.5%;
    transition: all 0.3s;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
    background: rgba(255,255,255,0.70);
}
.top:hover{
    background: rgba(255,255,255,0.80);
}
.top_l{
    display: block;
    float: left;
}
.top_r{
    float: right;
    line-height: 74px;
    transition: all 0.5s;
    
}
.nav{
    display: inline-block;
    vertical-align: middle;
}
.nav li{
    float: left;
    position: relative;
    
}
.nav li::after{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #28166e;
    transition: all 0.3s;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.nav li.active::after, .nav li:hover::after{
    width: 50px;
}
.nav li.active a, .nav li:hover a{
    color: #28166e;
    font-weight: bold;
}
.nav li>a{
    font-size: 1.2rem;
    color: #333;
    display: block;
    padding: 0px 30px;
    font-weight: 400;
} 
.top_lang{
    display: inline-block;
    margin-left: 80px;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    font-family: arial;
    color: #e10210;
}
.top_lang::before{
    content: "\f5b4";
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-size: 15px;
    color: #e10210;
    border: 1px solid #e10210;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;

    
}

.title{
    text-align: center;
    position: relative;
}
.title span{
    font-size: 35px;
    color: #28166e;
    position: relative;
    z-index: 1;
}
.title em{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #444;
}
.title span strong{
    color: #e10210;
}
.title p{
    line-height: 30px;
    color: #000;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    top: 0px;
    z-index: 0;
    font-size: 30px;
    margin-top: -10px;
    opacity: 0.05;
}

.product{
    background: url(../images/images_3.jpg) no-repeat center center;
    background-size: cover;
}
.product .content{
    height: calc(100% - 100px);
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.pro_con{
    display: flex;
    flex-wrap: wrap;
    padding: 0% 2.5%;
    margin-top: 15px;
    justify-content: center;
}
.pro_con a{
    width: 18%;
    margin: 0.25%;
    position: relative;
    overflow: hidden;
    display: block;
}
.pro_con a .pro_img{
    overflow: hidden;
}
.pro_con a .pro_img img{
    width: 100%;
    transition: all 0.3s;
}
.pro_con a .pro_til{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #28166e;
    background: radial-gradient(#28166e, transparent);
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
}
.pro_con a:hover .pro_til{
    background: radial-gradient(#e10210, transparent);
}
.pro_con a:hover .pro_img img{
    transform: scale(1.05);
}

.wap{
    display: none !important;
}


.advantage{
    background: url(../images/images_7.jpg) no-repeat center center;
    background-size: cover;
}

.advantage .content{
    height: calc(100% - 100px);
    margin-top: 100px;
}

.advantage .title{
    margin-top: 21vh;
}
.adv_con{
    position: absolute;
    bottom: 0;
    height: 60vh;
    width: 100%;
}
.adv_con li{
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #afafaf;
    float: left;
    height: 100%;
    transition: all 0.3s;
}

.adv_con li:first-child{
    border-left: none;
}
.adv_con li span{
    margin: 5rem auto 2rem;
    display: block;
    text-align: center;
    height: 80px;
    width: 80px;
    font-size: 41px;
    color: #1b0c66;
    border: 1px solid #1b0c66;
    line-height: 80px;
    border-radius: 80px;
}
.adv_con li span::before{
    content: "\f1ad";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 40px;
    color: #1b0c66;
}
.adv_con li:nth-child(1) span::before{
    margin-left: 2px;
}
.adv_con li:nth-child(2) span::before{
    font-family: bootstrap-icons;
    content: "\f585";
}
.adv_con li:nth-child(3) span::before{
    content: "\f1b3";
}
.adv_con li:nth-child(4) span::before{
    font-family: bootstrap-icons;
    content: "\f251";
}
.adv_con li strong{
    font-size: 1.6rem;
    color: #e10210;
    display: block;
}
.adv_xt{
    width: 50px;
    height: 2px;
    background: #b3b3b3;
    margin: 2rem auto 2rem;
}
.adv_desc{
    line-height: 30px;
    font-size: 1.2rem;
    color: #555;
    width: 80%;
    margin: 0 auto;
}

.about .content{
    height: calc(100% - 100px);
    margin-top: 100px;
    display: flex;
    align-items: center;
}
.about_ms{
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.adv_con li.hovers{
    background: #28166e;
}
.adv_con li.hovers span{
    border-color: #fff;
}
.adv_con li.hovers span::before{
    color: #fff;
}
.adv_con li.hovers .adv_desc{
    color: #bab3d3;
}



.about{
    background: url(../images/images_12.jpg) no-repeat center center;
    background-size: cover;
}

.about .title{
 
    text-align: left;
}
.box{
    max-width: 1350px;
    margin: 0 auto;
}

.about_more{
    width: 150px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 30px 0px 30px;
    color: #999;
    transition: all 0.3s;
    border: 1px solid #999;
}
.about_more:hover{
    background: #e10210;
    color: #fff;
}
.about_process{
    width: 70%;
    height: 100px;
    background: #28166e;
    padding: 0% 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_process li{
    width: 12.5%;
    text-align: center;
    color: #fff;
    position: relative;
    transition: all 0.3s;
}
.about_process li:hover{
    transform: translateY(-5px);
}
.about_process li span{
    background: #e10210;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}   
.about_process li p{
    font-size: 14px;
}
.about_process li::before{
    content: "\f0da";
    font-family: FontAwesome;
    color: #6f5faf;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 14px;
}
.about_process li:last-child:before{
    display: none;
}
.about_process_til{
    font-size: 21px;
    text-transform: uppercase;
    color: #28166e;
    line-height: 50px;
} 
.about_process_til span{
    color: #e10210;
} 




.copy{
    background: url(../images/images_17.jpg) no-repeat center bottom;
    background-size: cover;
}

.copy .content{
    display: flex;
    align-items: center;
    height: calc(100% - 100px);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.copy_top img{
    margin-top: 28px;
}
.copy_bottom_r{
    float: left;
    margin-right: 70px;
}
.copy_bottom_r em{
    font-size: 20px;
    color: #e10211;
    margin-bottom: 15px;
    display: block;
}
.copy_bottom_r dl{
    margin-bottom: 8px;
    line-height: 35px;
}
.copy_bottom_r dt{
    float: left;
}
.copy_bottom_r dt a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    line-height: 36px;
    background: #28166e;
    color: #fff;
    margin-right: 12px;
}
.copy_bottom_r dd{
    float: left;
}
.copy_bottom_r dt a:hover{
    background: #e10210;
}
.copy_bottom_r dd a{
    font-size: 13px;
    padding: 0px 2px;
}
.copy_bottom_r dd a:hover{
    color: #e10210;
}
.copy_bottom{
    border-top: 1px solid #c7c7c7;
    text-align: center;
    margin-top: 45px;
}
.copy_top_l{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 35px 0px 0px 40px;
}
.copy_top_l strong{
    font-size: 26px;
    color: #e10210;
    margin-bottom: 15px;
    display: block;
}
.copy_top_l p{
    line-height: 23px;
}
.copy_top_r{
    display: inline-block;
}
.copy_top_r img{
    width: 130px;
    display: block;
}
.copy_top_l strong::before{
    content: "\f5b4";
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-size: 15px;
    color: #e10210;
    border: 1px solid #e10210;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
}

.top_itme .nav_btn {display: none;position: relative;width: 54px;height: 37px;z-index: 1;vertical-align: top;}
.top_itme .nav_btn:before,
.top_itme .nav_btn:after,
.top_itme .nav_btn span {position: absolute;left: 14px;top: 50%;z-index: 3;width: 26px;height: 2px;background: #28166e;border-radius: 1px;content: '';transition: all .6s cubic-bezier(.445, .145, .355, 1);-webkit-transition: all .6s cubic-bezier(.445, .145, .355, 1);}
.top_itme .nav_btn:before {margin-top: -10px;}
.top_itme .nav_btn:after {margin-top: 6px;}
.top_itme .nav_btn span {margin-top: -2px;}
.top_itme .nav_btn i {position: absolute;right: 50px;top: 13px;font-style: normal;font-size: 16px;line-height: 24px;color: #444;font-weight: 700;white-space: nowrap;}
.top_itme.active .nav_btn span {opacity: 0;}
.top_itme.active .nav_btn:before{margin-top: -3px;transform: rotate(225deg);-webkit-transform: rotate(225deg);background: #fff;}
.top_itme.active .nav_btn:after{margin-top: -3px;transform: rotate(-225deg);-webkit-transform: rotate(-225deg);background: #fff;}


@media only screen and (max-width: 1440px){

    .box{
        max-width: 1200px;
    }

    .nav li>a{
        padding: 0px 15px;
    } 
    .top_lang{
        margin-left: 30px;
    }
  
    
}

@media only screen and (max-width: 1200px){
   
    
    
}


@media only screen and (max-width: 992px){
  
    
     .top .nav_btn{
        display: inline-block; 
     }
    .nav{
        position: fixed;
        background: rgba(255, 255, 255, .9);
        height: 100%;
        top: 0;
        width: 200px;
        right: -200px;
        transition: all 0.5s;
        transform: translate3d(0, 0, 0);
    }
    
    .top.active .nav{
        right:0px;
    }
    .top.active .top_r{
        margin-right: 200px;
    }
    .nav li>a{
        color: #333;
        display: block;
        line-height: 50px;
        text-align: center;
    }
    .nav li{
        float: initial;
    }
    .nav li::after{
        display: none;
    }
    .adv_desc{
        line-height: 35px;
    }
  
    .top{
        padding: 10px 5%;
    }
}


@media only screen and (max-width: 768px){
    .pc,.about_process_til,.about_process{
        display: none;
    }
    .wap{
        display: flex !important;
    }
    .pro_con a{
        width: 46%;
    }
    .title em{
        font-size: 1rem; 
    }
    .title span{
        font-size: 1.8rem;
    }
    .about_l{
        padding: 0% 2.5%;
    }
    .top{
        box-sizing: border-box;
        width: 100%;
        padding: 0%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .top_l img{
        width: 70%;

    }
    .top_lang{
        margin-left: 5px;
        font-size: 0;
        vertical-align: sub;
    }
    .top .nav_btn{
        vertical-align: middle;
    }
    .top_l{
        position: absolute;
        left: 5%; 
        width: 80%;
    }
    .top.active .top_l{
        display: none;
    }

    .adv_til{
        font-size: 2.8rem;
        padding-top: 15px;
    }
    .adv_con li{
        width: 50%;
        height: 50%;
    }
    .adv_con{
        height: 65vh;
    }
    .adv_desc{
        display: none;
    }
    .adv_con li strong{
        font-size: 1.4rem;
    }
    .adv_con li img{
        margin: 2rem auto 2rem;
        max-height: 70px;
    }
    .adv_xt{
        margin: 1rem auto 1rem;   
    }
   
    .copy_top img{
        display: none;
    }
    .copy_bottom_r{
        float: initial;
        margin-right: 0px;
        text-align: center;
    }
    .copy_bottom_r dt{
        float: initial;
    }
    .copy_bottom_r dt a{
        margin: 0 auto;
    }
    .copy_top_l{
        text-align: center;
    }
    .top_r{
        width: 30%;
    }
}





